home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util3.arc / SNAPSHOT.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  2.5 KB  |  57 lines

  1.           SNAPSHOT                                Steven Holzner
  2.           Command (after running .BAS version)            No. 29
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Saves your current screen and up to three
  7.                     additional prefabricated screens for
  8.                     immediate display without leaving an
  9.                     application program.
  10.  
  11.           Format:   SNAPSHOT     (loads memory-resident program)
  12.                     <Ctrl-N>             (stores current screen)
  13.                     <Ctrl-F>            (displays stored screen)
  14.                     <Ctrl-A>             (displays screen A.DAT)
  15.                     <Ctrl-B>             (displays screen B.DAT)
  16.                     <Ctrl-C>             (displays screen C.DAT)
  17.  
  18.           Remarks:  SNAPSHOT is a memory-resident utility that is
  19.                     incompatible with programs (such as XyWrite)
  20.                     that take control of the keyboard interrupts.
  21.                     While written in assembly languge, it is
  22.                     presented here with a BASIC interface that
  23.                     need be run only once, but which facilitates
  24.                     entering the trigger keys you will use to
  25.                     store the current screen, recall it, and to
  26.                     recall up to three screens you can prepare
  27.                     with an ASCII word processor and store under
  28.                     the filenames A.DAT, B.DAT, and C.DAT.
  29.  
  30.                     When you load and run SNAPSHOT.BAS under
  31.                     BASIC you will be prompted for the required
  32.                     key selections.  Thereafter the program will
  33.                     create SNAPSHOT.COM (it takes about two
  34.                     minutes), which is a regular DOS command.
  35.  
  36.  
  37.           Option 1: If your regular word processor is WordStar,
  38.                     before running SNAPSHOT.BAS you should edit
  39.                     it as follows:
  40.  
  41.                     1. In line 30, change the checksum shown from
  42.                     51461 to 51462.
  43.  
  44.                     2. In line 430, change the third number (just
  45.                     to the left of the -2) from 0 to 1.
  46.  
  47.                     The purpose of these changes is to provide a
  48.                     "stripper" function so that WordStar files
  49.                     will be readable from other applications.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.